home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / wsc4c21.zip / MIO.H < prev    next >
Text File  |  1997-05-22  |  465b  |  17 lines

  1. /* mio.h */
  2.  
  3. #define SEND_TO  1
  4. #define WAIT_FOR 2
  5. #define QUIET    3
  6.  
  7. #define MIO_IDLE     0
  8. #define MIO_RUNNING  (-1)
  9.  
  10. NoMangle int DLLEXPORT mioSendTo(int,unsigned long,LPSTR);
  11. NoMangle int DLLEXPORT mioQuiet(int,unsigned long);
  12. NoMangle int DLLEXPORT mioWaitFor(int,unsigned long,LPSTR);
  13. NoMangle int DLLEXPORT mioResult(int);
  14. NoMangle int DLLEXPORT mioDriver(int);
  15. NoMangle int DLLEXPORT mioBreak(int);
  16. NoMangle int DLLEXPORT mioDebug(HWND);
  17.